home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / ScreenCommander / ScreenCommander.doc < prev    next >
Text File  |  1996-09-26  |  4KB  |  140 lines

  1.  -------------------------------------------------------------------------
  2.  BarTek ScreenCommander V1.0 (Jan 93)
  3.  
  4.  © Copyright J.O.Barstad & BarTek Software 1993
  5.  -------------------------------------------------------------------------
  6.  
  7.  BarTek ScreenCommander (SC) can be freely distributed
  8.  
  9.  Bartek ScreenCommander is a commodity type utility for use under WB2.04
  10.  or higher. It was primary intended as a popup screenkiller, but has
  11.  also incorporated a IFF filesave and a centerscreen function. Another
  12.  usage when you have many open screens, is to use SC to quickly find
  13.  the screen you want and move it to the front.
  14.  The programming was done using HighSpeed Pascal V1.10, a very good
  15.  package in my opinion. The program also uses reqtools.library written
  16.  by Nico François and iff.library written by Christian A. Weber.
  17.  
  18.  SC can be put in your WBStartup drawer to automatically be started when
  19.  you boot your system. Use the icon to define if the program should pop up
  20.  it's screen when started, and to define the popkey you want to activate it
  21.  (You can also use the Exchange program to activate it. Even if this is not
  22.  a very effective method, it is nice to have if you have forgotten the popup
  23.  key).
  24.  
  25.  
  26.  
  27.  Icon setup
  28.  -------------------------------------------------------------------------
  29.  
  30.  This setup is done use standard commodities deines in the icon's
  31.  tooltypes:
  32.  
  33.  The codes that SC will recognise:
  34.  
  35.  CX_POPUP=NO (YES)
  36.  CK_POPKEY=Keyboard codes
  37.  
  38.  
  39.  Keyboard codes can be such as:
  40.  lalt     (for left alt key)
  41.  rshift   (for right shift key)
  42.  ctrl     (for control key) etc.
  43.  
  44.  Example: ctrl lalt s
  45.  
  46.  Use DONOTWAIT to signal the operating system not to wait for SC to finnish.
  47.  
  48.  
  49.  
  50.  Program gadgets
  51.  -------------------------------------------------------------------------
  52.  
  53.  KillScreen:
  54.  
  55.  This function will try to kill the currently selected screen and all of it's
  56.  windows and menustrips, thereby freeing system memory.
  57.  This function should be used with care, because it will crash the system if
  58.  you try to close a window that is still active.
  59.  
  60.  
  61.  CenterScreen:
  62.  
  63.  Will center the selected screen horizontally. Useful for older programs that
  64.  open screens narrower than your current overscan screen width. NB! this is
  65.  not a patch (which probably will be more convenient in most cases), so it
  66.  will only center the currently selected screen.
  67.  
  68.  
  69.  ScreenToBack:
  70.  
  71.  This will move the current selected screen to the back of the screen list.
  72.  
  73.  
  74.  KillWindow:
  75.  
  76.  Will try to kill the selected window and attached menustrips.
  77.  
  78.  
  79.  SaveIFF:
  80.  
  81.  Will save currently selected screen to a IFF-file. You will be presented
  82.  with a filerequester where you can selected directory and filename to save
  83.  the screen in.
  84.  
  85.  
  86.  Screens/Windows:
  87.  
  88.  Toggles between showing system screens, and all windows connected to the
  89.  currently selected screen.
  90.  
  91.  
  92.  ToFront:
  93.  
  94.  Determines wheter SC should pop the screen to front whenever you select
  95.  a new screen.
  96.  
  97.  
  98.  Palette:
  99.  
  100.  Lets you choose your own colors if you don't want to use the workbenh colors
  101.  that is the default settings.
  102.  
  103.  
  104.  Save Setup:
  105.  
  106.  Saves your color palette and your choice in ToFront.
  107.  
  108.  
  109.  About:
  110.  
  111.  Give information about author and copyright.
  112.  
  113.  
  114.  Hide:
  115.  
  116.  Will hide the program away, ready to pop up again on command.
  117.  
  118.  
  119.  Quit:
  120.  
  121.  Quits the program for good.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  -That was a very quick and dirty walk-through, but writing docs is not
  128.  exactly my favourite hobby.....
  129.  Sorry about all the typing errors and bad grammar, but I am not very used
  130.  to writing english so you just have to acept it.
  131.  
  132.  Bug reports (there will probably be a number of bugs since this verison has
  133.  not been very carefully tested), new ideas and other letters can be sent to:
  134.  
  135.  Jon Olav Barstad
  136.  N-3892  VINJE
  137.  NORWAY
  138.  
  139.  
  140.